// ... Vite glob import above
for (let path in modules) {
const post = await modules[path]();
const metadata = post.metadata;
Handy if you want to access title/tags or whatever in your SvelteKit load functions!
2023-10-14
// ... Vite glob import above
for (let path in modules) {
const post = await modules[path]();
const metadata = post.metadata;